reflect.interfaceType.nameOff (method)
8 uses
reflect (current package)
type.go#L338: func (t *interfaceType) nameOff(off aNameOff) abi.Name {
type.go#L837: pname := t.nameOff(p.Name)
type.go#L861: if t.nameOff(p.Name).Name() == name {
type.go#L1294: tmName := t.nameOff(tm.Name)
type.go#L1327: tmName := t.nameOff(tm.Name)
type.go#L2212: if pkgPath(ift.nameOff(m.Name)) != "" {
type.go#L2262: Name: resolveReflectName(ift.nameOff(m.Name)),
value.go#L895: if !tt.nameOff(m.Name).IsExported() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |